home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / os2 / confcopy.arj / CONFCOPY.ABS next >
Text File  |  1994-01-10  |  2KB  |  40 lines

  1. Copenhagen - 1/10 1994
  2.  
  3. Did you ever want to retrieve an old OS/2 CONFIG.SYS file ?
  4. Well, here is a Turbo Pascal (DOS) program that keeps records
  5. of every change in your CONFIG.SYS. Up to 255 copies can be
  6. made. The program only copies when CONFIG.SYS has been changed.
  7.  
  8. Here is some settings that you will want to change for your
  9. system:
  10.  
  11.    confignavn   = 'D:\CONFIG.SYS';  (* Name and location of
  12.                                        the OS/2 CONFIG.SYS *)
  13.  
  14.    nrfilnavn    = 'C:\OS2\SYS\CONFIG.001'; (* Name of the
  15.                                               first copy *)
  16.  
  17.    gemmedir     = 'C:\OS2\SYS\';           (* Directory where
  18.                                               all the copies
  19.                                               are saved *)
  20.  
  21.    shell        = 'D:\OS2\MDOS\COMMAND.COM';  (* Name and location
  22.                                                  of the DOS command
  23.                                                  processor *)
  24.  
  25. Compile with Turbo Pacal 5.5+ - dont forget to create all the
  26. needed directorys. Add the program to your startup folder.
  27.  
  28. If you have 4DOS or 4OS2 you can use the CONFCOPY.BTM program
  29. instead. It allows up to 1000 copies of CONFIG.SYS !! Remember
  30. to change CONFIG=D:\CONFIG.SYS and BACKUPDIR=C:\OS2\SYS\ in
  31. the CONFCOPY.BTM file to suit your needs.
  32.  
  33. Good luck !
  34.  
  35. John B. Jacobsen               FIDO: 2:230/100.13
  36. Lyshoj alle 20, 3. th          Internet: johbjbj@inet.uni-c.dk
  37. DK-2500 Valby                  Team OS/2
  38. Copenhagen                     Telephone +45 31 16 13 93
  39. Denmark                        OZ1HHY
  40.